summaryrefslogtreecommitdiff
path: root/include/vcl/syswin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/syswin.hxx')
-rw-r--r--include/vcl/syswin.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/syswin.hxx b/include/vcl/syswin.hxx
index e63c5af24754..50bdd55b0c4a 100644
--- a/include/vcl/syswin.hxx
+++ b/include/vcl/syswin.hxx
@@ -143,7 +143,7 @@ private:
Size maOrgSize;
Size maRollUpOutSize;
Size maMinOutSize;
- bool mbPined;
+ bool mbPinned;
bool mbRollUp;
bool mbRollFunc;
bool mbDockBtn;
@@ -197,7 +197,7 @@ public:
bool IsTitleButtonVisible( sal_uInt16 nButton ) const;
void SetPin( bool bPin );
- bool IsPined() const { return mbPined; }
+ bool IsPinned() const { return mbPinned; }
void RollUp();
void RollDown();