summaryrefslogtreecommitdiff
path: root/editeng/source/outliner/outliner.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-11 15:44:09 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-13 06:21:03 +0000
commiteb012bf0a8dcdb84e61bb13ca8a96c089ae479d3 (patch)
treedebfcac2d93d1c82d7c68c81e28650c2d0c22945 /editeng/source/outliner/outliner.cxx
parent9a1e22daae669d38d2ae5142a59c66c28d3871bf (diff)
editeng: com::sun::star->css
Change-Id: Ied65d2de394ce54cb2c35abb152cf58ac3139395 Reviewed-on: https://gerrit.libreoffice.org/18503 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'editeng/source/outliner/outliner.cxx')
-rw-r--r--editeng/source/outliner/outliner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx
index 8f5067a1dc14..1694876416df 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -1727,7 +1727,7 @@ void Outliner::DrawingText( const Point& rStartPos, const OUString& rText, sal_I
bool bEndOfLine,
bool bEndOfParagraph,
bool bEndOfBullet,
- const ::com::sun::star::lang::Locale* pLocale,
+ const css::lang::Locale* pLocale,
const Color& rOverlineColor,
const Color& rTextLineColor)
{