summaryrefslogtreecommitdiff
path: root/cui/source/inc/border.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/border.hxx')
-rw-r--r--cui/source/inc/border.hxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/cui/source/inc/border.hxx b/cui/source/inc/border.hxx
index d62083b37d77..19d97b6a8c32 100644
--- a/cui/source/inc/border.hxx
+++ b/cui/source/inc/border.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -58,7 +59,7 @@ public:
virtual void Reset( const SfxItemSet& );
void HideShadowControls();
- virtual void PageCreated (SfxAllItemSet aSet); //add CHINA001
+ virtual void PageCreated (SfxAllItemSet aSet);
protected:
virtual int DeactivatePage( SfxItemSet* pSet = 0 );
virtual void DataChanged( const DataChangedEvent& rDCEvt );
@@ -104,7 +105,7 @@ private:
//properties - "Merge with next paragraph" in Writer
FixedLine aPropertiesFL;
CheckBox aMergeWithNextCB;
- // --> collapsing table borders FME 2005-05-27 #i29550#
+ // --> collapsing table borders #i29550#
CheckBox aMergeAdjacentBordersCB;
// <--
@@ -144,7 +145,7 @@ private:
// Filler
void FillLineListBox_Impl();
- // Setzen von einzelnen Frame-/Core-Linien
+ // share for individual Frame-/Core-Line
void ResetFrameLine_Impl( svx::FrameBorderType eBorder,
const SvxBorderLine* pCurLine,
bool bValid );
@@ -154,3 +155,4 @@ private:
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */