Kaydet (Commit) e5ace9ef authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Reduce indentation.

Change-Id: Ie335ee44a347ab588dbf6cdeb38ef19246c1ad47
üst 1b4d0bdf
...@@ -40,8 +40,7 @@ ...@@ -40,8 +40,7 @@
//_______________________________________________ //_______________________________________________
// namespace // namespace
namespace filter{ namespace filter{ namespace config {
namespace config{
namespace css = ::com::sun::star; namespace css = ::com::sun::star;
...@@ -55,10 +54,10 @@ namespace css = ::com::sun::star; ...@@ -55,10 +54,10 @@ namespace css = ::com::sun::star;
class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer , class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer ,
css::document::XTypeDetection > css::document::XTypeDetection >
{ {
//------------------------------------------- //-------------------------------------------
// native interface // native interface
public: public:
//--------------------------------------- //---------------------------------------
// ctor/dtor // ctor/dtor
...@@ -77,10 +76,10 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer ...@@ -77,10 +76,10 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer
*/ */
virtual ~TypeDetection(); virtual ~TypeDetection();
//------------------------------------------- //-------------------------------------------
// private helper // private helper
private: private:
//--------------------------------------- //---------------------------------------
/** TODO document me */ /** TODO document me */
...@@ -393,10 +392,10 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer ...@@ -393,10 +392,10 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer
void impl_checkResultsAndAddBestFilter(::comphelper::MediaDescriptor& rDescriptor, void impl_checkResultsAndAddBestFilter(::comphelper::MediaDescriptor& rDescriptor,
::rtl::OUString& sType ); ::rtl::OUString& sType );
//------------------------------------------- //-------------------------------------------
// uno interface // uno interface
public: public:
//--------------------------------------- //---------------------------------------
// XTypeDetection // XTypeDetection
...@@ -408,10 +407,10 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer ...@@ -408,10 +407,10 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer
sal_Bool bAllowDeep ) sal_Bool bAllowDeep )
throw (css::uno::RuntimeException); throw (css::uno::RuntimeException);
//------------------------------------------- //-------------------------------------------
// static uno helper! // static uno helper!
public: public:
//--------------------------------------- //---------------------------------------
...@@ -454,8 +453,7 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer ...@@ -454,8 +453,7 @@ class TypeDetection : public ::cppu::ImplInheritanceHelper1< BaseContainer
static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR); static css::uno::Reference< css::uno::XInterface > impl_createInstance(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
}; };
} // namespace config }}
} // namespace filter
#endif // __FILTER_CONFIG_TYPEDETECTION_HXX_ #endif // __FILTER_CONFIG_TYPEDETECTION_HXX_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment