summaryrefslogtreecommitdiff
path: root/shell/source/backends/kdebe
diff options
context:
space:
mode:
Diffstat (limited to 'shell/source/backends/kdebe')
-rw-r--r--shell/source/backends/kdebe/kdeaccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/kdebe/kdeaccess.cxx b/shell/source/backends/kdebe/kdeaccess.cxx
index 2088ebc33eff..a0a515612b92 100644
--- a/shell/source/backends/kdebe/kdeaccess.cxx
+++ b/shell/source/backends/kdebe/kdeaccess.cxx
@@ -69,7 +69,7 @@ css::beans::Optional< css::uno::Any > getValue(OUString const & id) {
{
QFont aFixedFont;
QString aFontName;
- :: OUString sFontName;
+ OUString sFontName;
aFixedFont = KGlobalSettings::fixedFont();
aFontName = aFixedFont.family();