diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-03-02 11:19:34 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-03-02 12:09:25 +0200 |
commit | e50b50974353d49f027415a98bd3fc9938a7c98b (patch) | |
tree | 4ea50f909b938afce8651634e3988d631223d3ec | |
parent | 99a579d00def43c6d8e30fd8da2644aa85bcbbc4 (diff) |
WaE: unused function
-rw-r--r-- | sc/source/ui/docshell/docsh6.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sc/source/ui/docshell/docsh6.cxx b/sc/source/ui/docshell/docsh6.cxx index 9d054bb59988..372415e01a85 100644 --- a/sc/source/ui/docshell/docsh6.cxx +++ b/sc/source/ui/docshell/docsh6.cxx @@ -81,11 +81,6 @@ struct ScStylePair SfxStyleSheetBase *pDest; }; -inline OUString C2U(const char* s) -{ - return OUString::createFromAscii(s); -} - } // STATIC DATA ----------------------------------------------------------- |