diff options
Diffstat (limited to 'basegfx/source/inc/stringconversiontools.hxx')
-rw-r--r-- | basegfx/source/inc/stringconversiontools.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/basegfx/source/inc/stringconversiontools.hxx b/basegfx/source/inc/stringconversiontools.hxx index 77489cf00260..27ae7310d2f9 100644 --- a/basegfx/source/inc/stringconversiontools.hxx +++ b/basegfx/source/inc/stringconversiontools.hxx @@ -63,12 +63,6 @@ namespace basegfx double fOldValue, bool bUseRelativeCoordinates); - inline sal_Unicode getCommand(sal_Char cUpperCaseCommand, - sal_Char cLowerCaseCommand, - bool bUseRelativeCoordinates) - { - return bUseRelativeCoordinates ? cLowerCaseCommand : cUpperCaseCommand; - } } // namespace internal } // namespace basegfx |