summaryrefslogtreecommitdiff
path: root/include/svx/swframevalidation.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-23 09:07:12 +0200
committerNoel Grandin <noel@peralex.com>2015-10-23 10:48:50 +0200
commitc06e2fcc2c03c4b6353bd9a1e282c36de872d777 (patch)
tree69cdc7e4bf9d658b108d2a71a8d9ed41c518ed0d /include/svx/swframevalidation.hxx
parenta1ff0745cc4f78777e8dba1e7bb52d18386d7394 (diff)
com::sun::star->css in include/sot to include/typelib
Change-Id: I9cd92b53370a6b6018d2f7c648890f9c014a27de
Diffstat (limited to 'include/svx/swframevalidation.hxx')
-rw-r--r--include/svx/swframevalidation.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/svx/swframevalidation.hxx b/include/svx/swframevalidation.hxx
index 6ae77fecac83..124434f1e343 100644
--- a/include/svx/swframevalidation.hxx
+++ b/include/svx/swframevalidation.hxx
@@ -27,11 +27,11 @@
*/
struct SvxSwFrameValidation
{
- sal_Int16 nAnchorType; //com::sun::star::text::TextContentAnchorType
- sal_Int16 nHoriOrient; //com::sun::star::text::HoriOrientation
- sal_Int16 nVertOrient; //com::sun::star::text::VertOrientation
- sal_Int16 nHRelOrient; //com::sun::star::text::RelOrientation
- sal_Int16 nVRelOrient; //com::sun::star::text::RelOrientation
+ sal_Int16 nAnchorType; //css::text::TextContentAnchorType
+ sal_Int16 nHoriOrient; //css::text::HoriOrientation
+ sal_Int16 nVertOrient; //css::text::VertOrientation
+ sal_Int16 nHRelOrient; //css::text::RelOrientation
+ sal_Int16 nVRelOrient; //css::text::RelOrientation
bool bAutoHeight;
bool bAutoWidth;
bool bMirror;