Os2Clipboard.cxx (48123e16) | Os2Clipboard.cxx (e18b2daf) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 11 unchanged lines hidden (view full) --- 20 *************************************************************/ 21 22 23 24//------------------------------------------------------------------------ 25// includes 26//------------------------------------------------------------------------ 27 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 11 unchanged lines hidden (view full) --- 20 *************************************************************/ 21 22 23 24//------------------------------------------------------------------------ 25// includes 26//------------------------------------------------------------------------ 27 |
28#include <svpm.h> 29#include <string.h> |
|
28#include "Os2Clipboard.hxx" 29 30//------------------------------------------------------------------------ 31// namespace directives 32//------------------------------------------------------------------------ 33 34using namespace com::sun::star::datatransfer; 35using namespace com::sun::star::datatransfer::clipboard; --- 408 unchanged lines hidden --- | 30#include "Os2Clipboard.hxx" 31 32//------------------------------------------------------------------------ 33// namespace directives 34//------------------------------------------------------------------------ 35 36using namespace com::sun::star::datatransfer; 37using namespace com::sun::star::datatransfer::clipboard; --- 408 unchanged lines hidden --- |