summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/graphsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/graphsh.hxx')
-rw-r--r--sc/source/ui/inc/graphsh.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/graphsh.hxx b/sc/source/ui/inc/graphsh.hxx
index 64c3e053368b..76899f235cba 100644
--- a/sc/source/ui/inc/graphsh.hxx
+++ b/sc/source/ui/inc/graphsh.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -46,13 +46,13 @@ public:
SFX_DECL_INTERFACE(SCID_GRAPHIC_SHELL)
ScGraphicShell(ScViewData* pData);
- virtual ~ScGraphicShell();
+ virtual ~ScGraphicShell();
- void Execute(SfxRequest& rReq);
- void GetAttrState(SfxItemSet &rSet);
+ void Execute(SfxRequest& rReq);
+ void GetAttrState(SfxItemSet &rSet);
- void ExecuteFilter(SfxRequest& rReq);
- void GetFilterState(SfxItemSet &rSet);
+ void ExecuteFilter(SfxRequest& rReq);
+ void GetFilterState(SfxItemSet &rSet);
};
#endif