diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-19 02:19:00 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-04-19 03:03:24 +0200 |
commit | f1a7a2c1b11737e31b7852ef12d25ad0339f2a74 (patch) | |
tree | 75547604cc5e355d1add443b10775923f011cd86 /offapi | |
parent | eb2d47a9e1ee3a2a657d62cce318be209e934b56 (diff) |
fix indentation
Change-Id: I1d7fa501959758d17440edcec146724cba97535f
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl b/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl index 5ec7c88de1d6..de141555a90e 100644 --- a/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl +++ b/offapi/com/sun/star/xml/sax/XFastShapeContextHandler.idl @@ -43,7 +43,7 @@ interface XFastShapeContextHandler: com::sun::star::xml::sax::XFastContextHandle [attribute] string RelationFragmentPath; [attribute] long StartToken; [attribute] com::sun::star::awt::Point Position; - }; +}; }; }; }; }; }; |