diff options
author | Luke Symes <allsymes@gmail.com> | 2010-10-01 21:45:05 -0400 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-10-01 21:45:05 -0400 |
commit | 4e75e8379eed1c2c7ca1b97bab93dbda013bd55a (patch) | |
tree | 2230a92c33468afab9e1b442193ed46986651d46 /sc/inc/styleuno.hxx | |
parent | 44231089eeda805727f6c7143729612059891b02 (diff) |
Removed more commented out code.
I went through all files under clone/calc/* that had "//#include" and
tidied them up a bit.
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r-- | sc/inc/styleuno.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx index a1dee10fd75d..3a363ee0d1c5 100644 --- a/sc/inc/styleuno.hxx +++ b/sc/inc/styleuno.hxx @@ -42,7 +42,6 @@ #include <com/sun/star/beans/XPropertyState.hpp> #include <com/sun/star/beans/XMultiPropertyStates.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp> -//#include <cppuhelper/implbase3.hxx> #include <cppuhelper/implbase4.hxx> #include <cppuhelper/implbase7.hxx> @@ -131,7 +130,7 @@ class ScStyleFamilyObj : public ::cppu::WeakImplHelper4< { private: ScDocShell* pDocShell; - SfxStyleFamily eFamily; // Familie + SfxStyleFamily eFamily; // Family ScStyleObj* GetObjectByIndex_Impl(UINT32 nIndex); ScStyleObj* GetObjectByName_Impl(const rtl::OUString& Name); @@ -223,7 +222,7 @@ class ScStyleObj : public ::cppu::WeakImplHelper7< private: const SfxItemPropertySet* pPropSet; ScDocShell* pDocShell; - SfxStyleFamily eFamily; // Familie + SfxStyleFamily eFamily; // Family String aStyleName; SfxStyleSheetBase* GetStyle_Impl(); @@ -239,7 +238,7 @@ public: ScStyleObj(ScDocShell* pDocSh, SfxStyleFamily eFam, const String& rName); virtual ~ScStyleObj(); - // per getImplementation gerufen: + // created by getImplementation: sal_Bool IsInserted() const { return pDocShell != NULL; } SfxStyleFamily GetFamily() const { return eFamily; } void InitDoc( ScDocShell* pNewDocSh, const String& rNewName ); |