summaryrefslogtreecommitdiff
path: root/svx/inc/galtheme.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/inc/galtheme.hxx')
-rw-r--r--svx/inc/galtheme.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/galtheme.hxx b/svx/inc/galtheme.hxx
index 9a4f44a06b..6b3310a70d 100644
--- a/svx/inc/galtheme.hxx
+++ b/svx/inc/galtheme.hxx
@@ -174,7 +174,7 @@ public:
void LockBroadcaster() { mnBroadcasterLockCount++; }
SVX_DLLPUBLIC void UnlockBroadcaster( ULONG nUpdatePos = 0 );
BOOL IsBroadcasterLocked() const { return mnBroadcasterLockCount > 0; }
-
+
void SetDragPos( ULONG nPos ) { nDragPos = nPos; }
ULONG GetDragPos() const { return nDragPos; }