summaryrefslogtreecommitdiffstats
path: root/sc/inc/styleuno.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-29 02:06:25 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-06-29 02:56:38 +0200
commitb3aabf223ec7bc2678fd6dfbbbbb79ab7f079e5b (patch)
tree3e5a970fe1af560d0ded6765bac55beb61c1a43f /sc/inc/styleuno.hxx
parentonly clean the cond format if we want to write attribs, fdo#62267 (diff)
downloadcore-b3aabf223ec7bc2678fd6dfbbbbb79ab7f079e5b.tar.gz
core-b3aabf223ec7bc2678fd6dfbbbbb79ab7f079e5b.zip
extract this functionality from the uno code
we need this code in our next step for some mappings in the filters code Change-Id: I059d9d05877846215e1a967123dc253de605417e
Diffstat (limited to 'sc/inc/styleuno.hxx')
-rw-r--r--sc/inc/styleuno.hxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/styleuno.hxx b/sc/inc/styleuno.hxx
index bd7d8a42d1e6..29ab960a1515 100644
--- a/sc/inc/styleuno.hxx
+++ b/sc/inc/styleuno.hxx
@@ -43,15 +43,6 @@ class ScDocShell;
class ScStyleFamilyObj;
class ScStyleObj;
-
-class ScStyleNameConversion
-{
-public:
- static String DisplayToProgrammaticName( const String& rDispName, sal_uInt16 nType );
- static String ProgrammaticToDisplayName( const String& rProgName, sal_uInt16 nType );
-};
-
-
class ScStyleFamiliesObj : public ::cppu::WeakImplHelper4<
::com::sun::star::container::XIndexAccess,
::com::sun::star::container::XNameAccess,