summaryrefslogtreecommitdiff
path: root/include/svx/svdglev.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/svdglev.hxx')
-rw-r--r--include/svx/svdglev.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svx/svdglev.hxx b/include/svx/svdglev.hxx
index a7dd3f361886..75bd5900d601 100644
--- a/include/svx/svdglev.hxx
+++ b/include/svx/svdglev.hxx
@@ -50,13 +50,13 @@ public:
// checken bzw. setzen/loeschen will.
// Moegliche Werte fuer nThisEsc sind z.Zt.
// SDRESC_LEFT, SDRESC_RIGHT, SDRESC_TOP und SDRESC_BOTTOM
- TRISTATE IsMarkedGluePointsEscDir(sal_uInt16 nThisEsc) const;
+ SDR_TRISTATE IsMarkedGluePointsEscDir(sal_uInt16 nThisEsc) const;
void SetMarkedGluePointsEscDir(sal_uInt16 nThisEsc, bool bOn);
bool IsSetMarkedGluePointsEscDirPossible() const { return !IsReadOnly() && HasMarkedGluePoints(); }
// Checken/setzen, ob die Klebepunktpositionen relativ zur
// Objektgroesse sind (Percent=sal_True) oder nicht (Percent=sal_False)
- TRISTATE IsMarkedGluePointsPercent() const;
+ SDR_TRISTATE IsMarkedGluePointsPercent() const;
void SetMarkedGluePointsPercent(bool bOn);
bool IsSetMarkedGluePointsPercentPossible() const { return !IsReadOnly() && HasMarkedGluePoints(); }