diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-29 02:06:25 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2013-06-29 02:56:38 +0200 |
commit | b3aabf223ec7bc2678fd6dfbbbbb79ab7f079e5b (patch) | |
tree | 3e5a970fe1af560d0ded6765bac55beb61c1a43f /sc/source/ui/unoobj/fmtuno.cxx | |
parent | d4f631e8ceb7f02a18565cf0470c8170215e69f8 (diff) |
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/source/ui/unoobj/fmtuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/fmtuno.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/ui/unoobj/fmtuno.cxx b/sc/source/ui/unoobj/fmtuno.cxx index 197321325c2c..67a2ad82323f 100644 --- a/sc/source/ui/unoobj/fmtuno.cxx +++ b/sc/source/ui/unoobj/fmtuno.cxx @@ -35,6 +35,7 @@ #include "styleuno.hxx" // ScStyleNameConversion #include "tokenarray.hxx" #include "tokenuno.hxx" +#include "stylehelper.hxx" using namespace ::com::sun::star; using namespace ::formula; |