writerfilter: whitespace fixes in SdtHelper
Change-Id: Idcb74c5e911ec2337f1e8743dc4627464f1cfd27
This commit is contained in:
@@ -19,8 +19,10 @@
|
||||
#include <StyleSheetTable.hxx>
|
||||
#include <SdtHelper.hxx>
|
||||
|
||||
namespace writerfilter {
|
||||
namespace dmapper {
|
||||
namespace writerfilter
|
||||
{
|
||||
namespace dmapper
|
||||
{
|
||||
|
||||
using namespace ::com::sun::star;
|
||||
|
||||
|
@@ -17,24 +17,34 @@
|
||||
|
||||
#include <WriterFilterDllApi.hxx>
|
||||
|
||||
namespace com { namespace sun { namespace star {
|
||||
namespace awt{
|
||||
struct Size;
|
||||
class XControlModel;
|
||||
}
|
||||
}}}
|
||||
namespace com
|
||||
{
|
||||
namespace sun
|
||||
{
|
||||
namespace star
|
||||
{
|
||||
namespace awt
|
||||
{
|
||||
struct Size;
|
||||
class XControlModel;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
namespace writerfilter {
|
||||
namespace dmapper {
|
||||
namespace writerfilter
|
||||
{
|
||||
namespace dmapper
|
||||
{
|
||||
|
||||
/**
|
||||
/**
|
||||
* Helper to create form controls from w:sdt tokens.
|
||||
*
|
||||
* w:sdt tokens can't be imported as form fields, as w:sdt supports
|
||||
* e.g. date picking as well.
|
||||
*/
|
||||
class SdtHelper
|
||||
{
|
||||
class SdtHelper
|
||||
{
|
||||
DomainMapper_Impl& m_rDM_Impl;
|
||||
|
||||
/// Items of the drop-down control.
|
||||
@@ -48,7 +58,7 @@ namespace writerfilter {
|
||||
|
||||
/// Create and append the drawing::XControlShape, containing the various models.
|
||||
void createControlShape(com::sun::star::awt::Size aSize, com::sun::star::uno::Reference<com::sun::star::awt::XControlModel>);
|
||||
public:
|
||||
public:
|
||||
SdtHelper(DomainMapper_Impl& rDM_Impl);
|
||||
virtual ~SdtHelper();
|
||||
|
||||
@@ -62,9 +72,9 @@ namespace writerfilter {
|
||||
void createDropDownControl();
|
||||
/// Create date control from w:sdt's w:date.
|
||||
void createDateControl(OUString& rDefaultText);
|
||||
};
|
||||
};
|
||||
|
||||
} // namespace dmapper
|
||||
} // namespace dmapper
|
||||
} // namespace writerfilter
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user