summaryrefslogtreecommitdiff
path: root/cppcanvas/inc/cppcanvas/font.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppcanvas/inc/cppcanvas/font.hxx')
-rw-r--r--cppcanvas/inc/cppcanvas/font.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppcanvas/inc/cppcanvas/font.hxx b/cppcanvas/inc/cppcanvas/font.hxx
index 922dd301bd91..9f36f9e19dda 100644
--- a/cppcanvas/inc/cppcanvas/font.hxx
+++ b/cppcanvas/inc/cppcanvas/font.hxx
@@ -44,7 +44,7 @@ namespace cppcanvas
public:
virtual ~Font() {}
- virtual ::rtl::OUString getName() const = 0;
+ virtual OUString getName() const = 0;
virtual double getCellSize() const = 0;
virtual ::com::sun::star::uno::Reference<